home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Peter Lewis
/
Talk 1.0.6
/
Talk ƒ
/
LDEFTypes.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-20
|
266 b
|
17 lines
|
[
TEXT/PJMM
]
unit LDEFTypes;
{ This program was written by Peter N Lewis, Mar 1992 in THINK Pascal 4.0.1 }
interface
type
cellRecord = record
sicn1id, sicn1index: integer;
sicn2id, sicn2index: integer;
str1: str15;
str2: str63;
end;
implementation
end.